home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / PCux / linux_config.h < prev   
Text File  |  1995-02-27  |  414b  |  22 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for linux */
  6.  
  7. #undef IS_POSIX            /* I have no idea */
  8. #define USE_TERMIOS
  9. #define USE_AT_EXIT
  10.  
  11. typedef void *GENERIC;
  12.  
  13. /* Don't use protos, because gcc doesn't like structures in parameters
  14.  * and mixing protos with non-protos style */
  15. /* #define P(args) args */
  16. #define P(x) ()
  17.  
  18. /* #define ID(x) */
  19. #define ID(x)  LOCAL char id[] = x ;
  20.  
  21. #define stricmp strcasecmp
  22.